home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / www / phpmyadmin / README < prev    next >
Text File  |  2004-09-24  |  3KB  |  84 lines

  1. $Id: README,v 2.17 2004/09/06 12:51:57 lem9 Exp $
  2.  
  3. phpMyAdmin - Readme
  4. ===================
  5.  
  6.   A set of PHP-scripts to administrate MySQL over the web.
  7.  
  8.   Version 2.6.0-rc3
  9.   -----------------
  10.   http://www.phpmyadmin.net/
  11.  
  12.     Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
  13.     Copyright (C) 2001-2004 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
  14.                             Olivier Mⁿller <om_at_omnis.ch>
  15.                             Robin Johnson <robbat2_at_users.sourceforge.net>
  16.                             Alexander M. Turek <me_at_derrabus.de>
  17.                             Michal Cihar <michal_at_cihar.com>
  18.                             Garvin Hicking <me_at_supergarv.de>
  19.                             Marcel Tschopp <ne0x_at_users.sourceforge.net>
  20.                             [check Documentation.txt/.html file for more details]
  21.  
  22.     This program is free software; you can redistribute it and/or modify
  23.     it under the terms of the GNU General Public License version 2,
  24.     as published by the Free Software Foundation.
  25.  
  26.     This program is distributed in the hope that it will be useful,
  27.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  28.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29.     GNU General Public License for more details.
  30.  
  31.     You should have received a copy of the GNU General Public License
  32.     along with this program; if not, write to the Free Software
  33.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  34.  
  35.   Requirements:
  36.     php 4.1.0 or later
  37.     MySQL 3.23.32 or later
  38.     a web-browser (doh!)
  39.  
  40.   Summary:
  41.     phpMyAdmin is intended to handle the administration of MySQL over the WWW.
  42.     Currently it can:
  43.       - create and drop databases
  44.       - create, copy, drop and alter tables
  45.       - delete, edit and add fields
  46.       - execute any SQL-statement, even batch-queries
  47.       - manage keys on fields
  48.       - load text files into tables
  49.       - create and read dumps of tables
  50.       - export and import CSV data
  51.       - administer one single database as well as a whole database server
  52.       - communicate in 47 different languages
  53.  
  54.   Download:
  55.     You can get the newest version at http://www.phpmyadmin.net/.
  56.  
  57.   Credits:
  58.     Please see the Documentation.txt/.html file.
  59.  
  60.   Installation:
  61.     Please see the Documentation.txt/.html file.
  62.  
  63.   ChangeLog:
  64.     Now in ChangeLog
  65.  
  66.   Documentation:
  67.     Basic documentation available in Documentation.txt/.html
  68.  
  69.   Support:
  70.     See reference about support forums under http://www.phpmyadmin.net/
  71.  
  72.  
  73.     Enjoy!
  74.         The phpMyAdmin Devel team
  75.  
  76.  
  77.   PS: Please, don't send us emails with question like "How do I compile
  78.       PHP with MySQL-support". We just don't have the time to be your
  79.       free helpdesk.
  80.       Please send your questions to the appropriate mailinglists / forums.
  81.       Before contacting us, please read the Documentation.html (esp. the
  82.       FAQ part).
  83.  
  84.